GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddRectangleHighlighterAnnot / AddRectangleHighlighterAnnot(Color,Single,Single,Single,Single) Method





In This Topic
AddRectangleHighlighterAnnot(Color,Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddRectangleHighlighterAnnot( _
   ByVal BackColor As Color, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationRectangleHighlighter
public AnnotationRectangleHighlighter AddRectangleHighlighterAnnot( 
   Color BackColor,
   float Left,
   float Top,
   float Width,
   float Height
)
public function AddRectangleHighlighterAnnot( 
    BackColor: Color;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationRectangleHighlighter; 
public function AddRectangleHighlighterAnnot( 
   BackColor : Color,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationRectangleHighlighter;
public: AnnotationRectangleHighlighter* AddRectangleHighlighterAnnot( 
   Color BackColor,
   float Left,
   float Top,
   float Width,
   float Height
) 
public:
AnnotationRectangleHighlighter^ AddRectangleHighlighterAnnot( 
   Color BackColor,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

BackColor
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List